projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607f5f8
)
(compilation-auto-jump-to-first-error):
author
Juri Linkov
<juri@jurta.org>
Sat, 22 Nov 2008 20:42:18 +0000
(20:42 +0000)
committer
Juri Linkov
<juri@jurta.org>
Sat, 22 Nov 2008 20:42:18 +0000
(20:42 +0000)
Fix docstring - change "during `compile'" to "during compilation".
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 9993f1197c3505634bf2ca9d59c76a820a683a75..9133f6e02314091f58a04556054af371ff482250 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-702,7
+702,7
@@
Faces `compilation-error-face', `compilation-warning-face',
(defvar compilation-old-error-list nil)
(defcustom compilation-auto-jump-to-first-error nil
- "If non-nil, automatically jump to the first error during
`compile'
."
+ "If non-nil, automatically jump to the first error during
compilation
."
:type 'boolean
:group 'compilation
:version "23.1")